Gets or sets the C1RichTextBox instance to update.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public C1RichTextBox RichTextBox { get; set; }
Visual Basic
Public Property RichTextBox As C1RichTextBox
	Get
	Set
XAML Property Element Usage
<object>
  <object.RichTextBox>
    <C1RichTextBox .../>
  </object.RichTextBox>
</object>

Field Value

The C1RichTextBox.

See Also